home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 48
/
Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso
/
-serious-
/
programming
/
mui
/
mcc_speedbar
/
mcc_speedbar.readme
next >
Wrap
Text File
|
1999-11-01
|
2KB
|
53 lines
Short: Highly configurable toolbar class
Uploader: wiz@vapor.com (Simone Tellini)
Author: wiz@vapor.com (Simone Tellini)
Type: dev/mui
Version: 1.1
SpeedBar.mcc, SpeedBar.mcp, SpeedButton.mcc and
SpeedBarCfg.mcc are ©1999 by Simone Tellini
All Rights Reserved.
SpeedBar.mcc and SpeedButton.mcc allow you to easily create toolbars
similar to those you can see in Windows programs (although you can
get a standard look as well ;)
Just play with the demo to discover its features :)
These classes can be freely used: all I ask is to receive a registered
copy of your program if it uses them.
Changes since the previous release:
SpeedBar History
----------------
11.6 31/08/99 - Added MUIA_SpeedBar_SameHeight
- Improved layout for vertical toolbars
SpeedButton History
-------------------
11.17 16/09/99 - Buttons now use the parent object background
when in borderless mode.
11.16 03/09/99 - Images will be remapped only if ViewMode is
not text only. Any change to ViewMode must be
done in a MUIM_Group_InitChange/_ExitChange
pair (SpeedBar does it for you usually).
11.15 31/08/99 - Added MUIA_SpeedButton_MinHeight
11.14 30/08/99 - Changed RTG support to use WritePixelArray()
instead of allocating a PIXFMT_24BIT bitmap
and drawing on it manually.
- Fixed planar to chunky routine.
11.13 30/08/99 - Fixed bug: one pen wasn't freed.
- Added RTG support: no pens will be used on
Hi/True colors screens for the images.